Reset the MarkLogic REST API instance configuration property {property-name}
to its default value.
Upon success, MarkLogic Server returns status 204 (Reset).
rest-admin
role, or the
following privileges:
http://marklogic.com/xdmp/privileges/rest-admin
http://marklogic.com/xdmp/privileges/rest-writer
http://marklogic.com/xdmp/privileges/rest-reader
For more details, see Configuring Instance Properties in the REST Application Developer's Guide.
$ curl --anyauth --user user:password -X DELETE \ http://localhost:8000/v1/config/properties/debug ==> The "debug" configuration property is reset to its default value.